Class Pop3ServerImpl

All Implemented Interfaces:
IPCObject, Pop3Server, Process

public class Pop3ServerImpl extends ProcessImpl implements Pop3Server
Information provided by the PKI file:

    \class Pop3Server
    
    \brief Pop3Server handles and manipulates POP3 servers.
    
    \example network().getDevice("Server0").getProcess("Pop3Server")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setEnable

      public void setEnable(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the POP3 service.
          
          \param bEnable, true to enable the POP3 service, false to disable it.
          
              
      Specified by:
      setEnable in interface Pop3Server
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isEnabled

      public boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the POP3 service is enabled, otherwise false.
          
          \return bool, true if the POP3 service is enabled, otherwise false.
          
              
      Specified by:
      isEnabled in interface Pop3Server
      Returns:
      boolean Returns a boolean